ByteMINumericByteMBitwiseComplement Method
Produces a bitwise complement of the current value by reversing each bit.
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
ByteM INumeric<ByteM>.BitwiseComplement()
Private Function BitwiseComplement As ByteM
Implements INumeric(Of ByteM).BitwiseComplement
private:
virtual ByteM BitwiseComplement() sealed = INumeric<ByteM>::BitwiseComplement
private abstract BitwiseComplement : unit -> ByteM
private override BitwiseComplement : unit -> ByteM
ByteMA bitwise complement of the current value.
INumericTSelfBitwiseComplement